Maybe it helps the person unfortunate enough
to stumble in here.
continue;
}
+ /* At this point, property_value has been set, and we need to either
+ * copy it to one of the two arrays, or unset it.
+ */
+ g_assert (G_IS_VALUE (&property_value));
+
if ((prop->pspec->flags & filter_flags) != 0 && filtered_parameters)
object_properties_add (filtered_parameters, property_name, &property_value);
else if ((prop->pspec->flags & filter_flags) == 0 && parameters)